home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / dosutils / drh310e.zip / README.BAT < prev    next >
DOS Batch File  |  1996-09-04  |  351b  |  25 lines

  1. echo off
  2. cls
  3. echo README.TXT, WHATSNEW.TXT, LICENSE.TXT and PROBLEMS.TXT
  4. echo are shown page by page.
  5. echo In order to scroll press any key.
  6. echo In order to quit now press [STRG]+[C]
  7. pause
  8. more < readme.txt
  9. pause
  10. cls
  11. pause
  12. more < whatsnew.txt
  13. pause
  14. cls
  15. pause
  16. more < license.txt
  17. pause
  18. cls
  19. pause
  20. more < problems.txt
  21. pause
  22. cls
  23.  
  24.  
  25.